Opc.Ua.Core
TranslationInfo Constructor(String,String,String,Object[])



Opc.Ua Namespace > TranslationInfo Class > TranslationInfo Constructor : TranslationInfo Constructor(String,String,String,Object[])
Creates an object from a key with text and format arguements.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal locale As String, _
   ByVal format As String, _
   ByVal ParamArray args() As Object _
)
'Usage
 
Dim key As String
Dim locale As String
Dim format As String
Dim args() As Object
 
Dim instance As New TranslationInfo(key, locale, format, args)
public TranslationInfo( 
   string key,
   string locale,
   string format,
   params object[] args
)
public:
TranslationInfo( 
   String^ key,
   String^ locale,
   String^ format,
   ... array<Object^>^ args
)

Parameters

key
locale
format
args
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TranslationInfo Class
TranslationInfo Members
Overload List